4 Sensor fusion is a process by which data from several different sensors are fused to compute something more than could be determined by any one sensor alone. An example is computing the orientation of a device in three dimensional space. That orientation is then used to alter the perspective presented by a 3D GUI or game.
6 The NXP Sensor Fusion Library for Kinetis MCUs (also referred to as Fusion Library or development kit) provides advanced functions for computation of device orientation, linear acceleration, gyro offset and magnetic interference based on the outputs of NXP inertial and magnetic sensors.
8 Version 7.00 of the sensor fusion development kit has the following features:
10 * Full source code for the sensor fusion libraries
11 * IDE-independent software based upon the NXP Kinetis Software Development Kit (KSDK).
12 * The Fusion Library no longer requires Processor Expert for component configuration.
13 * Supports both bare-metal and RTOS-based project development. Library code is now RTOS agnostic.
14 * Optional standby mode powers down power hungry sensors when no motion is detected.
15 * 9-axis Kalman filters require significantly less MIPS to execute
16 * All option require significantly less memory than those in the Version 5.xx library.
17 * Full documentation including user manual and fusion data sheet
19 Included Documentation
20 ======================
21 * [Sensor Fusion Datasheet] (../NSFK_DS.pdf)
22 * [Sensor Fusion User Manual] (../NSFK_Prod_UG.pdf)
23 * [AN5016 - Trigonometry Approximations] (../AN5016 v2p0.pdf)
24 * [AN5017 - Aerospace Android and Windows Coordinate Systems] (../AN5017 v2p0.pdf)
25 * [AN5018 - Basic Kalman Filter Theory] (../AN5018 v2p0.pdf)
26 * [AN5019 - Magnetic Calibration Algorithms] (../AN5019 v2p0.pdf)
27 * [AN5020 - Determining Matrix Eigenvalues and Eigenvectors by Jacobi Algorithm] (../AN5020 v2p0.pdf)
28 * [AN5021 - Calculation of Orientation Matrices from Sensor Data] (../AN5021 v2p0.pdf)
29 * [AN5022 - Quaternion Algebra and Rotations] (../AN5022 v2p0.pdf)
30 * [AN5023 - Sensor Fusion Kalman Filters] (../AN5023 v2p0.pdf)
31 * [AN5286 - Precision Accelerometer Calibration] (../AN5286 v1p0.pdf)